<menu id="dinner_menu">
<section>
<item>
- <attribute name="label" translatable="yes">Steak</attribute>
+ <attribute name="label" translatable="yes">_Steak</attribute>
<attribute name="action">app.main</attribute>
<attribute name="target">steak</attribute>
</item>
<item>
- <attribute name="label" translatable="yes">Pizza</attribute>
+ <attribute name="label" translatable="yes">_Pizza</attribute>
<attribute name="action">app.main</attribute>
<attribute name="target">pizza</attribute>
</item>
<object class="GtkMenuBar">
<child>
<object class="GtkMenuItem" id="menuitem1">
- <property name="label" translatable="yes">_File</property>
+ <property name="label" translatable="yes">File</property>
<property name="use-underline">1</property>
<child type="submenu">
<object class="GtkMenu" id="menu1">
</child>
<child>
<object class="GtkMenuItem" id="menuitem2">
- <property name="label" translatable="yes">_Edit</property>
+ <property name="label" translatable="yes">Edit</property>
<property name="use-underline">1</property>
<child type="submenu">
<object class="GtkMenu" id="menu2">
</child>
<child>
<object class="GtkMenuItem" id="menuitem3">
- <property name="label" translatable="yes">_View</property>
+ <property name="label" translatable="yes">View</property>
<property name="use-underline">1</property>
<child type="submenu">
<object class="GtkMenu" id="view-menu">
</child>
<child>
<object class="GtkMenuItem" id="menuitem4">
- <property name="label" translatable="yes">_Help</property>
+ <property name="label" translatable="yes">Help</property>
<property name="use-underline">1</property>
<child type="submenu">
<object class="GtkMenu" id="menu3">
</menu>
<menu id="menu_bar_model">
<submenu>
- <attribute name="label" translatable="yes">File</attribute>
+ <attribute name="label" translatable="yes">_File</attribute>
<section>
<item>
<attribute name="label" translatable="yes">_New</attribute>
</section>
</submenu>
<submenu>
- <attribute name="label" translatable="yes">Edit</attribute>
+ <attribute name="label" translatable="yes">_Edit</attribute>
<section>
<item>
<attribute name="label" translatable="yes">Cu_t</attribute>
</section>
</submenu>
<submenu>
- <attribute name="label" translatable="yes">View</attribute>
+ <attribute name="label" translatable="yes">_View</attribute>
<section>
<item>
<attribute name="label" translatable="yes">Dark Theme</attribute>
</submenu>
<submenu>
- <attribute name="label" translatable="yes">Help</attribute>
+ <attribute name="label" translatable="yes">_Help</attribute>
<item>
<attribute name="label" translatable="yes">About</attribute>
<attribute name="action">app.about</attribute>